home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Greater & Lesser Mysteries / 2,000 Greater and Lesser Mysteries.iso / computer / security / mys00414.txt < prev    next >
Encoding:
Text File  |  1994-06-10  |  3.0 KB  |  68 lines

  1.  
  2. ________________________________________________________________
  3.         THE COMPUTER INCIDENT ADVISORY CAPABILITY
  4.  
  5.                  CIAC
  6.  
  7.             ADVISORY    NOTICE
  8. ________________________________________________________________
  9.  
  10.  
  11.  
  12.             Security Holes in UNIX Systems
  13.  
  14.    The DOE Computer Incident Advisory Capability (CIAC) at LLNL has learned 
  15.    that there are two security holes which leave certain systems running the 
  16.    UNIX Operating System vulnerable to intrusion.  The holes, when used together
  17.    in a very specific scenario, permit an intruder to attack UNIX systems 
  18.    over the Internet and other pathways, and to assume superuser privileges.  
  19.    Therefore, these vulnerabilities constitute a highly severe threat.  Sun
  20.    systems running SunOS 3.x and 4.0 are susceptible; the hole may exist in
  21.    other versions of the UNIX operating system as well.  A brief description 
  22.    of the holes follow: 
  23.  
  24.     1.  There is a long-known hole in tftp, the user interface to the 
  25.         Internet TFTP (Trivial File Transfer Protocol).  This hole allows 
  26.         any user, without first logging in, to read any readable file and 
  27.         to write any writable file on a remote system via Internet.  This
  28.         hole exists in SunOS 3.x, but has been fixed in SunOS 4.0.
  29.  
  30.         To determine whether this hole affects a system, do the following:
  31.  
  32.             Enter tftp local_testing_system at the UNIX prompt and follow
  33.         with a carriage return.  For example,
  34.  
  35.             % tftp styx <RET>
  36.  
  37.         The system should answer with the tftp prompt:
  38.  
  39.             tftp>
  40.  
  41.         Enter the following at the prompt:
  42.  
  43.             tftp>  get /etc/passwd stolen_pw
  44.  
  45.          If "Error code 1: File not found" appears, the tested system is
  46.         safe from remote attacks.  However, it may still be susceptible to 
  47.         local attacks.
  48.  
  49.     2.  There are holes in rwalld (the network rwall server daemon) and 
  50.         wall (write to all users).  The command "wall" writes to filenames
  51.             encoded within /etc/utmp.  You are vulnerable to this hole if
  52.             /etc/utmp is world and/or group writable.  In essence, an intruder
  53.             can use this hole to write on any file on the computer system. 
  54.  
  55.    Any UNIX machine which runs a windowing system is likely to have the 
  56.    privileges which create the described vulnerabilities.  The presence of 
  57.    an intruder who exploits these holes is difficult to detect.  It is our
  58.    understanding that knowledge of these holes has been distributed widely 
  59.    within the hacker community.  It is advisable, based on your vulnerability,
  60.    to take appropriate action for your site.
  61.  
  62.    CIAC is currently working with Sun Microsystems and DARPA's Computer 
  63.    Emergency Response Team (CERT) to eliminate these vulnerabilities as
  64.    quickly as possible.  You will be notified when a patch is available.  For
  65.    further information, contact CIAC at (415) 422-8193 or (FTS) 532-8193, or
  66.    send e-mail to gschultz%nsspa@icdc.llnl.gov. 
  67.  
  68.